From 417209a93ebcacb37e049d580779cbfd937c4349 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 22 Aug 2006 14:44:13 -0600 Subject: [PATCH] [IA64] Add stubs to Linux/IPF for the new hvm_op hypercall. Signed-off-by: Tsunehisa Doi Signed-off-by: Tomonari Horikoshi --- linux-2.6-xen-sparse/include/asm-ia64/hypercall.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h index cc43e9bf15..b0daed8ee2 100644 --- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h @@ -292,6 +292,13 @@ HYPERVISOR_vcpu_op( extern int HYPERVISOR_suspend(unsigned long srec); +static inline unsigned long +HYPERVISOR_hvm_op( + int cmd, void *arg) +{ + return _hypercall2(unsigned long, hvm_op, cmd, arg); +} + static inline int HYPERVISOR_callback_op( int cmd, void *arg) -- 2.30.2